html,body{
	width: 100%;
}
.clear{
	clear:both;
}
body {
  font-family: ;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}
img{
	width: 100%;
}
p{
	margin:0px;
	padding:0px;
	font-size: 18px;
}
a {
  text-decoration: none; /* 去除下划线样式 */
  color: inherit; /* 继承父元素的字体颜色 */
  cursor: pointer; /* 可选：改变鼠标悬停时的样式为手型 */
}
a:link,
a:visited,
a:hover,
a:active,a:hover, a:focus{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a{
    text-decoration: none !important;
}
/* 公共样式表css */
a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}



div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}
.content{
	width: 100%;
	text-align: center;
}
.nav{
	width: 1200px;
	height: 70px;
	margin:auto;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav_left{
	width: 200px;
	float: left;
}
.nav_right{
	width: 160px;
	margin-right: 0px;
	float: left;
	padding-top: 17px;
}
.nav_center{
	float: left;
	padding-left: 150px;
	padding-top: 17px;
}
.nav p{
	/*font-weight: bold;*/
	color: #333;
	font-size: 16px;
}
.nav_center .nav_title{
	float: left;
	margin-right: 25px;
}


.index_banner{
	height: 100%;
	width: 100%;
}
.index{
	width: 1200px;
	margin:auto;
}
.big_title{
	margin-top: 25px;
}
.big_title .title{
	font-size: 36px;
	color: #4381de;
	letter-spacing: 4px;
}
.big_title .subtitle{
	font-size: 24px;
}
.product{
	margin-top: 30px;
}
.product_div{
	border-radius: 20px;
	box-shadow: 0px 0px 10px #ddd;
	float: left;
	width: 373.333px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 40px;
}
.product_div img{
	max-width: 373.333px;
	height: 220px;
	margin-bottom:10px;
	width: auto;
}
.product_div:nth-child(3n){
	margin-right: 0px;
}
.product_div .p1{
	margin-bottom: 5px;
}
.product_div .p2{
	overflow: hidden;
	color: #666;
	white-space:nowrap;
}
.jiejue_left{
	width: 600px;
	float: left;
	height: 370px;
}
.jiejue_right{
	float: left;
	width: 600px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 20px;
	height: 370px;
	border-radius: 0 20px 20px 0;
	box-shadow: 0px 0px 10px #ddd;
}
.jiejue_right_div{
	width: 250px;
	overflow: hidden;
	text-align: left;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
}
.jiejue_right_div img{
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}
.jiejue{
	margin-top: 40px;
}
.jiejue_right_div .p2{
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.more{
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #005cfd;
	border-radius: 25px;
	margin:auto;
	margin-top: 40px;
}
.more p{
	color: #fff;
}
.index1 .title{
	color: #000;
}
.index1{
	padding-top: 40px;
	margin-top: 40px;
}
.index1 .subtitle{
	color: #666;
}
.index1 img{
	width: 900px;
	margin-top: 40px;
}
.anli_div{
	/*border-radius: 20px;*/
	box-shadow: 0px 0px 10px #ddd;
	float: left;
	width: 373.333px;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.anli_div:nth-child(3n){
	margin-right: 0px;
}
.anli_div img{
	width: 100%;
	height: 262px;
	margin-top: 0px;
}
.anli_div p{
	height: 40px;
	line-height: 40px;
	margin-bottom: 0px;
	white-space:nowrap;
}
.lianxi{
	width: 600px;
	/*margin-top: 100px;*/
}
.lianxi p{
	color:#fff;
	text-align: left;
	font-size: 24px;
	line-height: 50px;
}
form{
	text-align: left;
}
.text{
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
}
.submit{
	color: #fff;
	background-color: #ff7b31;
	text-align: center;
	width:80px;
	border:0px solid #fff;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
}
.hezuo{
	width: 1200px;
	margin:auto;
	margin-top: 40px;
}
.hezuo1{
	width: 1020px;
	margin:auto;
}
.hezuo1 p{
	float: left;
	font-size: 36px;
	width: 59px;
	margin-left: 40px;
	margin-right: 40px;
	height: 50px;
}
.hezuo1 .first{
	margin-left: 0px;
}
.hezuo1 .last{
	margin-right: 0px;
}
.hezuo1 div{
	float: left;
	width: 100px;
	background-color: #ddd;
	height: 2px;
	margin-top: 24px;
}
.hezuo2_div{
	width: 240px;
	/*margin-right: 20px;*/
	float: left;
	margin-top: 20px;
}
.hezuo2_div p{
	font-size: 16px;
}
.hezuo2_div .p2{
	color:#666;
}
.foot{
	background-color: #76b8d2;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.footer{
	width: 1200px;margin:auto;
}
.foot_left{
	float: left;
}
.foot_left .line{
 	width: 1000px;
 	height: 1px;
 	background-color: #fff;
 	margin-top: 10px;
}
.foot_left .link p{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.foot_left .link .p1{
	width: 240px;
	float: left;
}
.foot_left .link .p2{
	width: 720px;
	float: left;
	text-align: right;
}
.foot_left img{
	width: 190px;
	height: 79px;
}
.foot-right{
	width: 140px;
	height: 140px;
	background-color: #fff;
	border-radius: 10px;
	float: right;
}




.footbottom1 {
  width: 100%;
  text-align: center;
  background-color: #1e3348;
  min-width: 1200px;
}
.footbottom1 p{
	font-size: 14px;
	margin-bottom: 0px;
}
.footbottom {
  width: 1200px;
  margin: auto !important;
  height: 50px;
  color: #fff;
}
.footbottom p {
  height: 50px;
  line-height: 50px;
}
.footbottom2 {
  float: left;
  text-align: left;
  margin-right: 40px;
}
.footbottom3 {
  float: left;
  text-align: left;
  margin-right: 40px;
}
.footbottom4 {
  float: right;
  text-align: right;
  margin-left: 40px;
}
.foot{
	min-width: 1200px;
}
.swiper-container3,.content{
	min-width: 1200px;
}





.product1 .title{
 	font-size: 24px;
 	color: #0058ff;
 	letter-spacing:2px;
 	font-weight: bold;
}
.product1 .subtitle{
	font-size: 18px;
}
.product1 .subtitle1{
	font-size: 16px;
	margin-top: 20px;
	color: #666;
}
.product1 img{
	width: 890px;
	margin-top: 20px;
}
.product1_div{
	margin-top: 40px;
}
.product1_div1{
	width: 470px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #ddd;
	float: left;
	padding:10px;
	height: 265px;
	margin-bottom: 40px;
}
.product1{
	width: 1200px;
	margin:auto;
}
.product1_div1 img{
	width: 100%;
	height: 170px;
	margin-top: 0px;
	border-radius: 10px;
}
.product1_div1 .p1{
	margin-top: 10px;
}
.product1_div1 .p2{
	font-size: 12px;
	overflow: hidden;
	white-space:nowrap;
	color: #666;
}
.product1_div .liu{
	background-color: #448aca;
	width: 100px;
	height: 160px;
	float: left;
	border-radius: 20px;
	margin-left:20px;
	margin-top: 47px;
}
.product1_div1:nth-child(4n+3){
	margin-left: 20px;
}

.news .title{
 	font-size: 16px;
 	color: #333;
 	overflow: hidden;
	white-space:nowrap;
	 text-overflow: ellipsis;
	 text-align: left;
}
.news .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	color: #666;
	width: 100%;
	padding-left: 0px;
	height: 56px;
	line-height: 28px;
	margin-bottom: 0px;
}
.news .time{
	color: #666;
	text-align: left;
	margin-bottom: 10px;
}
.news_div{
	float: left;
	width: 550px;
	margin-right:50px;
	margin-left: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding:20px;
	margin-top: 40px;
}
.news_div:nth-child(2n){
	margin-right: 0px;
}
.news_div:nth-child(2n+1){
	margin-left: 0px;
}


.us{
	width: 1200px;
	margin:auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding:20px;
	margin-top: 40px;
}
.us img{
	width: 425px;
	float: left;

}
.us_div{
	margin-top: 40px;
}
.us_div1{
	width: 373.33px;
	margin-right: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding:15px;
	float: left;
}
.us_div1:nth-child(3n){
	margin-right: 0px;
}
.us_div1 img{
	width: 100%;
	margin-top:0px;
}
.us_div1 .p1{
	margin-top: 15px;
	margin-bottom: 0px;
}
.us_bk .title{
	color: #fff;
	font-size: 24px;
}
.us_bk .subtitle {
  font-size: 16px;
  color: #ddd;
}
.us_bk{
	margin:auto;
	margin-top: 40px;
	width: 1200px;
}
.us_bk_div1{
	width: 285px;
	margin-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding:15px;
	float: left;
	background-color: #fff;
	margin-top: 20px;
}
.us_bk_div1:nth-child(4n){
	margin-right: 0px;
}
.us_bk_div1 .p2{
	font-size: 16px;
	color: #666;
}
.us_bottom_left{
	float: left;
	width: 600px;
	text-align: left;
	padding-right: 40px;
}
.us_bottom_right{
	float: left;
	width: 600px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	padding:20px;
}
.us_bottom_right img{
	width: 560px;
	height: 260px;
}
.us_bottom_left .title{
  	color: #333;
  	font-size: 18px;
  	margin-top: 40px;
}
.us_bottom_left .subtitle{
  	color: #666;
  	font-size: 16px;
}
.us_bottom_left .p1{
  	color: #666;
  	font-size: 16px;
  	margin-top: 20px;
}
.us_bottom_left .p2{
  	color: #666;
  	font-size: 16px;
  	margin-top: 20px;
  	width: 270px;
  	float: left;
}
.detail-top p {
  display: block;
  float: right;
}
.detail-top img {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
}